-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android PhoneGap Plugin for Twilio Client #7
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ect javascript event forwarding
…wilio connection for incoming connections
Open
Nice work. As soon as someone else can validate this on an Android device we can merge this. I've pinged the peeps participating in #3. Cheers! |
Trying to work through a conference calls and other crap to be able to do this later today. Also will be pushing some updates for the iOS plugin. |
Will take a look ASAP - I left my Nexus 7 at home, need to pull down some emulators :( |
…e displaying a UILocalNotification to the user in the event of an incoming call while the app is in a backgrounded state.
…r() method to Android plugin. Added reject() method to Android plugin. Misc bug fixes.
…the notification to use your app's notification.png file.
Merge changes from Lyle's repository back into mine
Refactored PhoneGap plugin to be Plugman compatible
Cleaned up README for plugman plugins
Duplicate Javascript (but slightly different), difference is how it handles connections between this and tcPlugin.js. Both work.
A few tweaks to how device status and setup works.
The flags do not need to be added with 1.2
…ilio device (similar to iOS Plugin)
Fixed: repeat a status check every 0.5s during 10s max
Fix "Ready" status that is missed if token validation takes more than 1s
Replaced deprecated method toSuccessCallbackString
Update to use <framework> tag to include Android support v4 library
Support Gradle Download of Twilio Android SDK
Support SDK 23 runtime permissions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the first pass at an Android PhoneGap Plugin for the Twilio Client - comments, testing, etc. all greatly appreciated!